3.2617 \(\int \frac {x^{-1+3 n}}{2+b x^n} \, dx\)

Optimal. Leaf size=43 \[ \frac {4 \log \left (b x^n+2\right )}{b^3 n}-\frac {2 x^n}{b^2 n}+\frac {x^{2 n}}{2 b n} \]

[Out]

-2*x^n/b^2/n+1/2*x^(2*n)/b/n+4*ln(2+b*x^n)/b^3/n

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {266, 43} \[ -\frac {2 x^n}{b^2 n}+\frac {4 \log \left (b x^n+2\right )}{b^3 n}+\frac {x^{2 n}}{2 b n} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 + 3*n)/(2 + b*x^n),x]

[Out]

(-2*x^n)/(b^2*n) + x^(2*n)/(2*b*n) + (4*Log[2 + b*x^n])/(b^3*n)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {x^{-1+3 n}}{2+b x^n} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {x^2}{2+b x} \, dx,x,x^n\right )}{n}\\ &=\frac {\operatorname {Subst}\left (\int \left (-\frac {2}{b^2}+\frac {x}{b}+\frac {4}{b^2 (2+b x)}\right ) \, dx,x,x^n\right )}{n}\\ &=-\frac {2 x^n}{b^2 n}+\frac {x^{2 n}}{2 b n}+\frac {4 \log \left (2+b x^n\right )}{b^3 n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 33, normalized size = 0.77 \[ \frac {b x^n \left (b x^n-4\right )+8 \log \left (b x^n+2\right )}{2 b^3 n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + 3*n)/(2 + b*x^n),x]

[Out]

(b*x^n*(-4 + b*x^n) + 8*Log[2 + b*x^n])/(2*b^3*n)

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 34, normalized size = 0.79 \[ \frac {b^{2} x^{2 \, n} - 4 \, b x^{n} + 8 \, \log \left (b x^{n} + 2\right )}{2 \, b^{3} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+3*n)/(2+b*x^n),x, algorithm="fricas")

[Out]

1/2*(b^2*x^(2*n) - 4*b*x^n + 8*log(b*x^n + 2))/(b^3*n)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3 \, n - 1}}{b x^{n} + 2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+3*n)/(2+b*x^n),x, algorithm="giac")

[Out]

integrate(x^(3*n - 1)/(b*x^n + 2), x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 48, normalized size = 1.12 \[ \frac {{\mathrm e}^{2 n \ln \relax (x )}}{2 b n}-\frac {2 \,{\mathrm e}^{n \ln \relax (x )}}{b^{2} n}+\frac {4 \ln \left (b \,{\mathrm e}^{n \ln \relax (x )}+2\right )}{b^{3} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(3*n-1)/(2+b*x^n),x)

[Out]

-2/b^2/n*exp(n*ln(x))+1/2/b/n*exp(n*ln(x))^2+4/b^3/n*ln(b*exp(n*ln(x))+2)

________________________________________________________________________________________

maxima [A]  time = 0.54, size = 42, normalized size = 0.98 \[ \frac {b x^{2 \, n} - 4 \, x^{n}}{2 \, b^{2} n} + \frac {4 \, \log \left (\frac {b x^{n} + 2}{b}\right )}{b^{3} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+3*n)/(2+b*x^n),x, algorithm="maxima")

[Out]

1/2*(b*x^(2*n) - 4*x^n)/(b^2*n) + 4*log((b*x^n + 2)/b)/(b^3*n)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {x^{3\,n-1}}{b\,x^n+2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(3*n - 1)/(b*x^n + 2),x)

[Out]

int(x^(3*n - 1)/(b*x^n + 2), x)

________________________________________________________________________________________

sympy [A]  time = 19.57, size = 53, normalized size = 1.23 \[ \begin {cases} \frac {\log {\relax (x )}}{2} & \text {for}\: b = 0 \wedge n = 0 \\\frac {\log {\relax (x )}}{b + 2} & \text {for}\: n = 0 \\\frac {x^{3 n}}{6 n} & \text {for}\: b = 0 \\\frac {x^{2 n}}{2 b n} - \frac {2 x^{n}}{b^{2} n} + \frac {4 \log {\left (x^{n} + \frac {2}{b} \right )}}{b^{3} n} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+3*n)/(2+b*x**n),x)

[Out]

Piecewise((log(x)/2, Eq(b, 0) & Eq(n, 0)), (log(x)/(b + 2), Eq(n, 0)), (x**(3*n)/(6*n), Eq(b, 0)), (x**(2*n)/(
2*b*n) - 2*x**n/(b**2*n) + 4*log(x**n + 2/b)/(b**3*n), True))

________________________________________________________________________________________